@charset "utf-8";
/* CSS Document */






.home-device {
	width:100%;
	height:350px;
	margin:0 auto;
	position:relative;
}
.home-device .arrow-left {
	background:url(../img/arrows.png) no-repeat left top;
	position:absolute;
	left:10px;
	top:50%;
	margin-top:-15px;
	width:17px;
	height:30px;
	z-index:888;
}
.home-device .arrow-right {
	background:url(../img/arrows.png) no-repeat left bottom;
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-15px;
	width:17px;
	height:30px;
	z-index:888;
}









.pagination{ 
    margin-top: -25px;
    width: 100%;
	position:absolute;
	z-index:888;}
	







.pagination1 .swiper-pagination-switch {
	display: inline-block;
	width: 50px;
	height: 10px;
	border-radius: 10px;
	background: #FFF;
	/*box-shadow: 0px 1px 2px #252525 inset;*/
	margin: 0 3px;
	cursor: pointer;
}
.pagination1 .swiper-active-switch {
	background: #83DE19;
}






 